
.filters-c{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}

.list-group-item-ctc{
    text-decoration: none;
    color: black;
}
.list-group-item-ctcc{
    text-decoration: none;
    color: black;
    font-size: 18px;
}

.active-c{
    font-weight: 600;
}
.list-group a:hover{
    opacity: 0.5;
}
  .list-group-item-ct{
    padding: 20px 0;
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: space-between;
    color: black;
    text-decoration: none;
    cursor: pointer;
  }